home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
network
/
easynet
/
about.frm
next >
Wrap
Text File
|
1995-12-26
|
7KB
|
206 lines
VERSION 4.00
Begin VB.Form About
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
BorderStyle = 3 'Fixed Dialog
Caption = "About ""Welcome to EasyNet"""
ClientHeight = 3870
ClientLeft = 1380
ClientTop = 1440
ClientWidth = 4680
BeginProperty Font
name = "MS Sans Serif"
charset = 1
weight = 700
size = 8.25
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 4275
Left = 1320
LinkTopic = "Feuille1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3870
ScaleWidth = 4680
Top = 1095
Width = 4800
Begin VBX.EasyNet Net1
Alignment = 7 'Center - MIDDLE
BackColor = &H00E0FFFF&
DrawColor = &H000000FF&
DrawWidth = 1
FillColor = &H00E0FFFF&
FontBold = 0 'False
FontItalic = -1 'True
FontName = "Arial"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00000000&
Height = 3885
Hiding = 0 'False
ImageFile = ""
Left = 0
License = "ABOUT.frx":0000
MultiSel = -1 'True
ScrollBars = 0 'None
TabIndex = 6
Top = 0
Version = 182
Width = 4695
xGrid = 15
yGrid = 15
Begin VB.CommandButton Commande1
Appearance = 0 'Flat
BackColor = &H80000005&
Cancel = -1 'True
Caption = "&Ok"
Height = 435
Left = 1800
TabIndex = 7
Top = 3300
Width = 1065
End
Begin VB.Label Etiquette1
Appearance = 0 'Flat
BackColor = &H00E0FFFF&
Caption = $"ABOUT.frx":0002
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 400
size = 9.75
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 465
Left = 390
TabIndex = 0
Top = 60
Width = 3945
End
Begin VB.Label Etiquette2
Appearance = 0 'Flat
BackColor = &H00E0FFFF&
Caption = "Author: "
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 400
size = 8.25
underline = -1 'True
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 225
Left = 840
TabIndex = 1
Top = 1320
Width = 675
End
Begin VB.Label Etiquette3
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "Telephone: 33 1 46 03 42 20"
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 400
size = 9.75
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Left = 840
TabIndex = 2
Top = 2580
Width = 3195
End
Begin VB.Label Label1
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "Patrick Lassalle "
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 400
size = 9.75
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Left = 840
TabIndex = 3
Top = 1560
Width = 3195
End
Begin VB.Label Label2
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = $"ABOUT.frx":0049
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 400
size = 9.75
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 735
Left = 840
TabIndex = 4
Top = 1800
Width = 3195
End
Begin VB.Label Label3
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "Compuserve: 100325,725"
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 400
size = 9.75
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Left = 840
TabIndex = 5
Top = 2880
Width = 3195
End
End
End
Attribute VB_Name = "About"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Private Sub Commande1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Net1.EditAction = 0
Net1.X1 = 2000
Net1.X2 = 2600
Net1.Y1 = 700
Net1.Y2 = 1200
Net1.Text = "Hello!"
Net1.Item = 0
End Sub